home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
CMCD1203.ISO
/
Software
/
Complet
/
CINEBENCH 2003
/
resource
/
modules
/
objects
/
res
/
description
/
Oplane.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
329b
|
12 lines
#ifndef _OPLANE_H_
#define _OPLANE_H_
enum
{
PRIM_PLANE_WIDTH = 1230, // REAL - Plane Width [>=0.0]
PRIM_PLANE_HEIGHT = 1231, // REAL - Plane Height [>=0.0]
PRIM_PLANE_SUBW = 1232, // LONG - Width Segments [>0]
PRIM_PLANE_SUBH = 1233 // LONG - Height Segments [>0]
};
#endif